RunSynchronously Method

Task Parallel System.Threading

Overload List

  NameDescription
RunSynchronously()()()
Runs the Task synchronously on the current TaskScheduler.
(Inherited from Task.)
RunSynchronously(TaskScheduler)
Runs the Task synchronously on the scheduler provided.
(Inherited from Task.)

See Also